home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / rbbs / fmsheadr.zip / FMSHEADR.BAT next >
DOS Batch File  |  1991-06-07  |  2KB  |  35 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo  
  5. echo   ╔═ PC-TUG BBS ═════ File Area: MAIN ══════════════════════════════════════╗
  6. echo   ║  ALL : All files                                                        ║
  7. echo   ╠════════════╦════════╦════════╦══════════════════════════════════════════╣
  8. echo   ║ File Name  ║  Size  ║  Date  ║ Description                              ║
  9. echo   ╚════════════╩════════╩════════╩══════════════════════════════════════════╝
  10. echo  
  11. echo       FMSHEADR.MRG ____ Add your BBS name and current Subboard name 
  12. echo       to a user selectable graphic/color FMS header for file listings
  13. echo       and searches.
  14. echo  
  15. echo       Use this file to execute the changes as indicated in FMSHEADR.MRG.
  16. echo                                      -
  17. echo       Modify this batch file to conform to your own source and destination
  18. echo       directories.   Use Ken Goosen's BLED ver 2.1 or higher.
  19. echo                                      -
  20. echo       To see what this merge does run the enclosed LOOK-AT.BAT.  Actual   
  21. echo       captured screens are contained in the SAMPLEx.BBS files.
  22. echo  
  23. echo  
  24. echo                       To Abort this Merge hit "CTRL-C"
  25. echo                                 --  or  --
  26. echo  
  27. pause
  28. BLED/B/L RBBSSUB4.BAS FMSHEADR.MRG RBBSSUB4.NEW WARNSUB4
  29. copy rbbssub4.new rbbssub4.bas >nul
  30. cls
  31. echo  
  32. echo         Go ahead -- compile and link RBBS using your new RBBSSUB4.BAS.
  33. echo             AND get ready for the compliments for your efforts!
  34. echo  
  35.